<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
/*	border: 0;*/
	outline: 0;
	vertical-align: baseline;
	font-size: 100%;
}
/*html5新标签初始化*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
}
/* Layouts*/

html {
	font-size: 14px;
	font-family: "Microsoft Yahei", "宋体", Tahoma, Arial, Helvetica, sans-serif !important;
 *font-family: "Microsoft Yahei", "宋体", Tahoma, Arial, Helvetica, sans-serif !important;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e6e6e6;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
button {
	outline: none;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
.mt0 {
	margin-top: 0 !important;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.txt_center {
	text-align: center !important;
}
.txt_upper {
	text-transform: uppercase;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}
#wrapper {
	/*    min-width: 1240px;*/
	margin: 0px auto;
	overflow: hidden;
}
.top {
	position: relative;
}
/*头部Header*/

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 100;
}
.header_box {
	width: 1182px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}
.header_box .logo {
	position: absolute;
	top: 38px;
	left: 0px;
	display: block;
}
.header_box h1 {
	width: 180px;
	height: 48px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -999em;
}
.header_box .header_guest {
	position: absolute;
	right: 4px;
	top: 45px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -999em;
	background: url(../images/icon-guest.png) center center no-repeat;
}
/* nav_menu */

.nav_menu {
	padding-top: 38px;
}
.nav {
	padding-left: 165px;
	padding-right: 90px;
	height: 56px;
	position: relative;
	margin: 0 auto;
}
.nav .list {
	float: right;
	height: 100%;
	position: relative;
	z-index: 101;
}
.nav .list li {
	float: left;
}
.nav .list a {
	float: left;
	display: block;
	width: 120px;
	height: 48px;
	text-align: center;
	font-size: 16px;
	line-height: 3;
	color: #fff;
}
.nav .list a:hover {
	color: #FFA304;
}
.nav .list a:hover, .nav .list .now {
	color: #ccc;
}
.nav .box {
	position: absolute;
	left: 0;
	right: 0;
	top: 62px;
	background: url(../images/navbox_bg.png);
	overflow: hidden;
	height: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.nav .cont {
	position: relative;
	display: none;
}
.nav .cont .subbox {
	border-top: 1px solid #e67817;
	padding: 30px 0px;
}
/*subtxt*/

.subtxt {
	float: left;
	padding: 0px 49px;
	width: 288px;
}
.subtxt h2 {
	font-size: 20px;
	line-height: 28px;
	color: #dcdcdc;
	margin-bottom: 14px;
}
.subtxt p {
	font-size: 12px;
	line-height: 24px;
	color: #d9d9d9;
	text-indent: 24px;
}
/* sublist */

.sublist {
	float: left;
	width: 390px;
	padding-left: 50px;
	height: 170px;
	border-left: 1px solid #515151;
	border-right: 1px solid #515151;
}
.sublist li {
	width: 145px;
	height: 43px;
	float: left;
	margin-right: 50px;
	background: url(../images/dot-r.png) right center no-repeat;
}
.sublist li a {
	display: block;
	width: 129px;
	font-size: 14px;
	line-height: 42px;
	color: #fff;
	border-bottom: 1px solid #515151;
}
.sublist li a:hover {
	color: #fea85c;
}
.sublist li a:active {
	color: #ff7200;
}
.sublist li h3.mcate-item-hd {
	font-family: '微软雅黑';
	padding-left: 2px;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px dashed #666666;
}
/*subinfo*/

.subinfo {
	float: left;
	width: 240px;
	margin-left: 50px;
	text-align: right;
}
.subinfo img {
	margin-top: 3px;
	border: 1px solid #5b5b5b;
}
.subinfo .info_tit {
	text-align: left;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 4px;
}
.subinfo p {
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	max-height: 40px;
}
.subinfo a {
	font-size: 12px;
	line-height: 20px;
	color: #ff862a;
}
/*=== 顶部轮播图 ===*/

.banner {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	z-index: 10;
}
.m-slide-wrap, .m-focus-wrap, .focus-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.focus-box li {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.focus-box li a {
	display: block;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.focus-box li a img {
	display: block;
	width: 100%;
}
/* 多点式幻灯指示控制器-默认底部居中 */

.focus-indicator {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 11;
	text-align: center;
	line-height: 0;
}
.focus-indicator i {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	cursor: pointer;
	background: url(../images/u-pointer.png) no-repeat -13px 0;
}
.focus-indicator .active, .focus-indicator i:hover {
	background-position: 0 0;
}
.btn-prev, .btn-next {
	display: block;
	width: 30px;
	height: 60px;
	opacity: 0.50;
	filter: Alpha(opacity=50);
	overflow: hidden;
	text-indent: -30000px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 11;
	background: url(../images/u-slide-btn.png) no-repeat;
}
.btn-prev {
	left: 100px;
	background-position: 0 0;
}
.btn-next {
	right: 100px;
	background-position: -35px 0;
}
.btn-prev:hover, .btn-next:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}
.hs-wrapbox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hs-wrapbox-black {
	background-color: #ef7b32;
}
/*.hs-group{
    position: relative;
    z-index: 20;
    background-color: #fff;
    -webkit-transition: all 2s;
    transition: all 2s;
}
.hs-active{
    margin-top: -130px;
}*/

.hs-group-bg, .hs-news-bg, .hs-footprint-bg {
	background-color: #fff;
}
.hs-service-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/bg1.jpg) center center no-repeat;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: scale 20s infinite alternate;
	/* Safari and Chrome */
	-moz-animation: scale 20s infinite alternate;
	/* Firefox */
	-o-animation: scale 20s infinite alternate;/* Opera */
}
.hs-partner-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/bg2.jpg) center center no-repeat;/*    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: scale 20s infinite alternate;
 
    -moz-animation: scale 20s infinite alternate;

    -o-animation: scale 20s infinite alternate;*/
}
.hs-group-bg, .hs-news-bg, .hs-footprint-bg {
	background-color: #fff;
}
.hs-wrap1182 {
	width: 1182px;
	margin: 0px auto;
}
.hs-wrap600 {
	width: 600px;
	margin: 0px auto;
}
.hs-wrap650 {
	width: 100%;
	float: left;
	text-align: center;
}
.hs-wrap700 {
	width: 700px;
	margin: 0px auto;
}
.hs-wrap {
	margin: 0px auto;
	width: 1200px;
	position: relative;
	z-index: 10;
	padding: 50px 0px;
}
/*以白色背景显示的样式*/

.title-white {
	color: #2f2f2f;
	font-size: 26px;
	text-align: center;
	font-weight: 400;
}
.title-white-letter {
	font-size: 20px;
	line-height: 1.8;
	color: #828282;
	text-align: center;
	font-weight: 400;
}
.title-white-content {
	text-align: center;
	color: #686868;
	line-height: 1.7;
	margin-top: 10px;
}
/*以黑色背景显示的样式*/

.title-black {
	color: #eaeaea;
	font-size: 26px;
	text-align: center;
	font-weight: 400;
}
.title-black-letter {
	font-size: 20px;
	line-height: 1.8;
	color: #828282;
	text-align: center;
	font-weight: 400;
}
.title-black-content {
	text-align: center;
	color: #d9d9d9;
	line-height: 1.8;
	margin-top: 10px;
}
a.check-more {
	margin: 10px auto 0px;
	display: block;
	color: #ff862a;
	font-size: 12px;
	text-align: center;
}
a.check-more:hover {
	text-decoration: underline;
}
.list_grid {
	margin-top: 25px;
	position: relative;
	clear: both;
}
.wrap_list {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}
.wrap_list.type03 {
	width: 1218px;
}
.wrap_list ul.a {
	height: 290px;/*    width: 100000px;*/
}
.wrap_list ul.b {
	height: 285px;
	width: 100000px;
}
.wrap_list ul li {
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	text-align: left;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	height: 100%;
	width: 33.1%;
}
.wrap_list ul li img {
	display: block;
	width: 100%;
	cursor: pointer;
	transition: transform 1s;
}
#lpop img {
	padding: 10px;
}
.wrap_list ul li font {
	text-align: center;
	color: #fff;
	float: left;
	width: 100%;
}
.wrap_list.type04 ul li p.list_photo {
	display: block;
	height: auto;
	overflow: hidden;
}
#tcSlider02 ul li p.list_photo {
	border-right: solid 1px #ccc;
}
#uiop ul li p.list_photo {
	display: block;
	height: 165px;
	overflow: hidden;
}
.wrap_list.type03 ul li p.list_photo {
	display: block;
	width: 406px;
	height: 165px;
	overflow: hidden;
}
.wrap_list ul li p.list_photo:hover img {
	transform: scale(1.2);
}
.wrap_list ul li a, .wrap_list ul li div {
	display: block;
	position: absolute;
	width: 92.2%;
	margin-top: -15px;
	padding: 10px 15px 10px;
	min-height: 60px;
	background: transparent url(../images/bg_list_link.png) no-repeat left top;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.wrap_list ul li:hover .a {
	color: #ff7200;
}
.wrap_list ul li a.black, .wrap_list ul li div.black {
	border-right-color: #404040;
	border-bottom-color: #404040;
	background: transparent url(../images/bg_list_blink.png) no-repeat left top;
}
.wrap_list.type03 ul li a, .wrap_list.type03 ul li div {
	width: 375px;
}
.wrap_list ul li a strong, .wrap_list ul li div strong {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
 *display: block;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	color: #5e5e5e;
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	height: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
}
.wrap_list ul li a strong.a, .wrap_list ul li div strong.a {
	color: #555;
}
.wrap_list ul li a strong.b, .wrap_list ul li div strong.b {
	color: #e9e9e9;
}
.wrap_list ul li a strong.normal, .wrap_list ul li div strong.normal {
	font-weight: 400;
}
.wrap_list ul li a em, .wrap_list ul li div em {
	display: block;
	font-style: normal;
	font-size: 40px;
	color: #555;
	display: block;
	font-style: normal;
	font-family: inherit;
	line-height: 1;
	margin-top: -15px;
	margin-bottom: 5px;
}
.wrap_list ul li a &gt; span, .wrap_list ul li div &gt; span {
	color: #666;height:40px;
	overflow: hidden;
	text-overflow-mode: ellipsis-word;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
 *display: block;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
 *word-wrap: normal;
	-webkit-line-clamp: 2;
	line-height: 22px;
	min-height: 22px;
	max-height: 44px;
	padding-right: 25px;
 *height: 44px;
	background: url(../images/dot-r.png) no-repeat 100% 95%;
 *background: url(../images/dot-r.png) 100% 25px no-repeat;
}
.wrap_list ul li a &gt; span.ie7, .wrap_list ul li div &gt; span.ie7 {
 *height: 22px;
 *background: url(../images/dot-r.png) 100% 3px no-repeat;
}
.wrap_list ul li a &gt; span.a, .wrap_list ul li div &gt; span.a {
	color: #555;
}
.wrap_list ul li a &gt; span.b, .wrap_list ul li div &gt; span.b {
	color: #d5d5d5;
}
.nav_roll {
	margin-top: 5px;
	height: 20px;
	text-align: center;
}
.nav_box_black, .nav_box_white {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
 *display: inline;
	zoom: 1;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #2f2f2f;
	border: 1px solid #4d4d4d;
	border-radius: 10px;
}
.nav_box_white {
	border-color: #ededed;
	background-color: #fff;
}
.nav_roll &gt; button, .nav_roll &gt; span {
	cursor: pointer;
	display: inline-block;
 * display: inline;
 *zoom: 1;
	border: none;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../images/bg_indicator_rolling.png) no-repeat;
	background-position: -2px -28px;
}
.nav_roll button.swiper-active-switch, .nav_roll button.swiper-pagination-bullet-active, .nav_roll span.swiper-pagination-bullet-active {
	background-position: -2px -2px;
}
.col-md-4 {
	width: 33.3333%;
	float: left;
	position: relative;
	min-height: 1px;
}
.thumbnail {
	border-radius: 0;
	border-bottom: 5px solid #e7e6e5;
	transition: .3s;
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(221, 221, 221);
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.thumbnail &gt; img, .thumbnail a &gt; img {
	max-width: 100%;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
}
.caption p {
	text-align: center;
	font-size: 1rem;
	line-height: 28px;
}
.caption {
	border-top: 1px dashed #e7e6e5;
	padding: 5px 0;
}
.thumbnail {
	border-radius: 0;
	border-bottom: 5px solid #e7e6e5;
	transition: .3s;
	margin-right: 15px;
	margin-left: 15px;
}
.thumbnail:hover {
	border-bottom: 5px solid #eb710f;
}
.left_con {
	padding: 10px;
	line-height: 25px;
	border: solid 1px #e5e5e5;
}
/*业务足迹*/

.map_grid {
	width: 800px;
	height: 380px;
	margin: 10px auto 0px;
	background: url(../images/map.jpg) center center no-repeat;
	position: relative;
}
.map_circle1 {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/c1.png) center center no-repeat;
	left: 274px;
	top: 156px;
	-webkit-animation: flash 2.5s linear infinite alternate;
	/* Safari and Chrome */
	-moz-animation: flash 2.5s linear infinite alternate;
	/* Firefox */
	-o-animation: flash 2.5s linear infinite alternate;/* Opera */
}
.map_circle2 {
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(../images/c2.png) center center no-repeat;
	left: 65px;
	top: 100px;
	-webkit-animation: flash 2.8s linear infinite alternate;
	/* Safari and Chrome */
	-moz-animation: flash 2.8s linear infinite alternate;
	/* Firefox */
	-o-animation: flash 2.8s linear infinite alternate;/* Opera */
}
.map_circle3 {
	position: absolute;
	width: 7px;
	height: 7px;
	background: url(../images/c3.png) center center no-repeat;
	left: 665px;
	top: 255px;
	-webkit-animation: flash 3s linear infinite alternate;
	/* Safari and Chrome */
	-moz-animation: flash 3s linear infinite alternate;
	/* Firefox */
	-o-animation: flash 3s linear infinite alternate;/* Opera */
}
 @-webkit-keyframes flash /* Safari 和 Chrome */ {
 0% {
 -webkit-transform: scale(1) rotate(0deg);
 opacity: 1;
}
 50% {
 -webkit-transform: scale(0.5) rotate(180deg);
 opacity: 0.25;
}
 100% {
 -webkit-transform: scale(1) rotate(0deg);
 opacity: 1;
}
}
 @-moz-keyframes flash /* Firefox */ {
 0% {
 -moz-transform: scale(1);
 opacity: 1;
}
 50% {
 -moz-transform: scale(0.5);
 opacity: 0.25;
}
 100% {
 -moz-transform: scale(1);
 opacity: 1;
}
}
 @keyframes flash {
 0% {
 transform: scale(1) rotate(0deg);
 opacity: 1;
}
 50% {
 -webkit-transform: scale(0.5) rotate(180deg);
 opacity: 0.25;
}
 100% {
 -webkit-transform: scale(1) rotate(0deg);
 opacity: 1;
}
}
 @-webkit-keyframes scale /* Safari 和 Chrome */ {
 0% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.25);
}
}
 @-moz-keyframes scale /* Firefox */ {
 0% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: scale(1.25);
}
}
 @keyframes scale {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(1.25);
}
}
/*== 合作伙伴 ==*/

.list_grid_logo {
	padding: 35px 84px;
	border: 1px solid #373737;
	background-color: rgb(47, 47, 47);
	background-color: rgba(47, 47, 47, 0.67);
	margin-bottom: 25px;
	position: relative;
}
.wrap_logo {
	width: 1050px;
}
.logo-btn {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background: url(../images/logo-btn.png) no-repeat;
	cursor: pointer;
}
.logo-btn-prev {
	left: 25px;
	background-position: 6px 20px;
}
.logo-btn-next {
	right: 25px;
	background-position: -46px 20px;
}
.logo-btn-prev:hover {
	background: url(../images/logo-btn-hover.png) no-repeat;
	background-position: 6px 20px;
}
.logo-btn-next:hover {
	background: url(../images/logo-btn-hover.png) no-repeat;
	background-position: -46px 20px;
}
/*== 底部导航链接 ==*/

.footer-nav {
	line-height: 1;
	padding-top: 17px;
	padding-bottom: 17px;
	text-align: center;
	border-bottom: 1px solid #f09459;
	position: relative;
}
.footer-nav .link_all_box {
	position: relative;
	/* height: 44px; */
	display: none;
}
.footer-nav .link_all {
	margin-top: 20px;
	border: 1px solid #ababab;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	width: 720px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.footer-nav .link_all a {
	font-size: 12px;
	width: 90px;
	float: left;
	text-align: center;
}
.footer-nav .link_all .triangle-up {
	position: absolute;
	left: 50%;
	top: -8px;
 *top: 13px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #ababab;
}
.footer-nav a {
	font-size: 15px;
	color: #fff;
}
.footer-nav a.eye {
	margin-left: 15px;
}
.footer-nav a.ie {
	display: none;
}
.footer-nav a.eye img {
	vertical-align: top;
	margin-top: -3px;
 *margin-top: 2px;
}
.footer-nav a:hover {
	color: #f6f6f6;
}
.footer-nav span {
	color: #f09459;
	margin-left: 20px;
	margin-right: 20px;
}
/*== 底部copyright ==*/

.footer-copyright {
	padding-top: 16px;
	padding-bottom: 16px;
	color: #fff;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
}
.footer-copyright span {
	font-size: 12px;
	margin-left: 22px;
}
.footer-copyright a {
	color: #c8c8c8;
	font-weight: 400px;
	margin-right: 25px;
}
/*== 右侧导航 ==*/

#leftsead {
	width: 57px;
	height: 224px;
	position: fixed;
	top: 50%;
	margin-top: -112px;
	right: 0px;
	z-index: 100;
}
#leftsead li {
	width: 57px;
	height: 54px;
	margin-top: 2px;
	position: relative;
}
#leftsead li:first-child {
	margin-top: 0;
}
#leftsead li img {
	display: block;
}
#leftsead li .shows, #leftsead li .hides {
	display: block;
	cursor: pointer;
}
#leftsead li .hides a.top, #leftsead li .hides a.bottom {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 45px;
	text-indent: -999em;
	overflow: hidden;
}
#leftsead li .hides a.bottom {
	top: 45px;
}
#leftsead li.business .hides, #leftsead li.alliance .hides, #leftsead li.weixin .hides {
	display: none;
	position: absolute;
	right: 57px;
	top: 0px;
}
/*=== 新闻列表页 ===*/

.page-photo {
	position: relative;
	/*   padding-top: 100px;*/
	height: auto;
	text-align: center;
}
.page-news-bg {
	height: auto;
}
.page-photo .page-Chinese {
	padding-top: 60px;
	font-size: 34px;
	letter-spacing: 2px;
	color: #fff;
}
.page-photo .page-English {
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}
.page-group-box {
	margin: 30px auto;
	width: 1182px;
	height: 380px;
}
.page-group-a, .page-group-b {
	float: left;
	text-align: left;
}
.page-group-a {
	width: 591px;
	height: 380px;
	background: #4d4d4d;
	color: #e6e6e6;
	font-size: 14px;
}
.page-group-b {
	width: 590px;
	margin-top: 10px;
	height: 358px;
	background: #373737;
	border: 1px solid #4a4a4a;
	border-left: 0;
	color: #efefef;
	font-size: 14px;
}
.page-group-a p {
	margin: 40px;
	font-size: 24px;
	color: #dedede;
}
.page-group-a ul {
	margin-left: 98px;
	height: 240px;
	padding-left: 54px;
	background: url(../images/icon-group.png) left 2px no-repeat;
}
.page-group-a li {
	height: 40px;
	line-height: 40px;
}
.page-group-a li a {
	color: #ffa14e;
}
.page-group-b ul {
	margin-top: 50px;
	margin-left: 180px;
}
.page-group-b li {
	height: 40px;
	line-height: 40px;
}
.page-group-b li span {
	width: 82px;
	float: left;
	margin-left: -82px;
}
.page-group-b li a {
	color: #ffcfa5;
}
.page-box {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
.page-box-big {
	width: 1200px;
}
.news-list {
	width: 1200px;
	margin-left: -4px;
	margin-right: -4px;
}
.news-list li {
	float: left;
	padding: 0px 0px;
	width: 33.333%;
	height: auto;
	padding-bottom: 70px;
}
.news-list li a {
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.news-list .new-list-photo {
	width: 100%;
	height: auto;
	padding-bottom: 35px;
	overflow: hidden;
	position: relative;
}
.news-list .new-list-photo img {
	display: block;
	width: 100%;
	height: 100%;
}
.news-list .new-date {
	position: absolute;
	left: 11px;
	top: 11px;
	width: 50px;
	height: 50px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .35);
	color: #fff;
	text-align: center;
}
.news-list .new-date p.new-date-a {
	font-size: 16px;
	line-height: 28px;
}
.news-list .new-date p.new-date-b {
	font-size: 12px;
	line-height: 1;
}
.news-list .new-list-h2 {
	padding-bottom: 12px;
	font-weight: 400;
	color: #555;
	overflow: hidden;
	text-overflow-mode: ellipsis-word;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
 *display: block;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
 *word-wrap: normal;
	font-size: 18px;height:40px;
	-webkit-line-clamp: 2;
	line-height: 24px;
	min-height: 24px;
	max-height: 48px;
 *height: 48px;
}
.news-list .new-list-p {
	color: #999;
	overflow: hidden;
	text-overflow-mode: ellipsis-word;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
 *display: block;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
 *word-wrap: normal;
	font-size: 14px;
	-webkit-line-clamp: 3;
	line-height: 20px;
	min-height: 20px;
	max-height: 60px;
 *height: 60px;height:40px;
}
.page-more {
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e0e0e0;
	text-align: center;
	color: #a8a8a8;
	letter-spacing: 2px;
	text-align: center;
	border-radius: 21px;
	cursor: pointer;
	margin: 0px auto 50px;
	clear: both;
}
.news-list .page-more {
	margin-left: 14px;
	margin-right: 14px;
}
.page-hide {
	display: none;
}
.page-more span, .page-more img {
	vertical-align: middle;
}
.page-more img {
	margin-left: 10px;
}
.subnav-box {
	margin: 40px 0px;
	height: 32px;
}
#subnav-search {
	float: right;
	position: relative;
	height: 30px;
	width: 183px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	overflow: hidden;
}
#subnav-search input {
	display: block;
	width: 138px;
	height: 16px;
	padding: 7px 40px 7px 5px;
	font-size: 14px;
	line-height: 16px;
	border: none;
	vertical-align: top;
	background: transparent;
	outline: 0;
}
#subnav-search i.icon-search {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 34px;
	height: 30px;
	border-left: 1px solid #cfcfcf;
	background: #fff url(../images/icon-search.jpg) center center no-repeat;
}
#subnav-nav {
	height: 32px;
}
.spot {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.svg-wrapper {
	position: relative;
	width: 120px;
	height: 32px;
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	cursor: pointer;
}
.svg-wrapper .svg {
	display: block;
	width: 120px;
	height: 32px;
}
.shape {
	visibility: hidden\0;
 * display: none;
	stroke-width: 1px;
	fill: transparent;
	stroke: transparent;
	stroke-dasharray: 120 184;
	stroke-dashoffset: -152;
	transition: 0.8s all ease;
	box-sizing: border-box;
}
.text {
	line-height: 32px;
	margin-top: -32px;
 *margin-top: 0;
	text-align: center;
}
.text a {
	display: block;
	color: #383838;
	font-weight: 400;
	font-size: 14px;
}
.svg-wrapper:hover .shape, .svg-wrapper.active .shape {
	stroke-dasharray: 130 22;
	stroke-width: 1px;
	stroke-dashoffset: 20;
	stroke: #e96d00;
}
.svg-wrapper:hover .text, .svg-wrapper.active .text {
	background: url(../images/line_bg.png) center center no-repeat\9;
	background: url(../images/line_bg.png) center center no-repeat\0;
}
.svg-wrapper:hover .text a, .svg-wrapper.active .text a {
	color: #e96d00;
}
/*=== 联系我们 ===*/


/*业务合作*/

.contactNav {
	text-align: center;
}
.contactNav li {
	width: 146px;
	height: 146px;
	overflow: hidden;
	display: inline-block;
 *display: inline;
	zoom: 1;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 60px 25px;
}
.contactNav li a {
	display: block;
	position: relative;
}
.contactNav li h3 {
	font-weight: 400;
}
.contactNav .info-a {
	width: 146px;
	height: 102px;
	padding-top: 44px;
	background: url(../images/c_bg.png) no-repeat;
	color: #5c5c5c;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-radius: 50%;
}
.contactNav .info-b {
	width: 146px;
	height: 102px;
	padding-top: 44px;
	background: url(../images/c_bg.png) no-repeat;
	background-position: -146px 0px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5) rotate(-720deg);
	-moz-transform: scale(0.5) rotate(-720deg);
	-ms-transform: scale(0.5) rotate(-720deg);
	-o-transform: scale(0.5) rotate(-720deg);
	transform: scale(0.5) rotate(-720deg);
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.contactNav .ih-icon {
	margin: 0px auto 14px;
	width: 34px;
	height: 34px;
	background: url(../images/icon-contact.png) no-repeat;
}
.contactNav .a .info-a .ih-icon {
	background-position: 1px -50px;
}
.contactNav .a .info-b .ih-icon {
	background-position: 1px -5px;
}
.contactNav .b .info-a .ih-icon {
	background-position: -196px -50px;
}
.contactNav .b .info-b .ih-icon {
	background-position: -196px -5px;
}
.contactNav .c .info-a .ih-icon {
	background-position: -396px -49px;
}
.contactNav .c .info-b .ih-icon {
	background-position: -396px -4px;
}
.contactNav .d .info-a .ih-icon {
	background-position: -594px -49px;
}
.contactNav .d .info-b .ih-icon {
	background-position: -594px -4px;
}
.ih-item a:hover .info-a, .ih-item a.active .info-a {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5) rotate(720deg);
	-moz-transform: scale(0.5) rotate(720deg);
	-ms-transform: scale(0.5) rotate(720deg);
	-o-transform: scale(0.5) rotate(720deg);
	transform: scale(0.5) rotate(720deg);
}
.ih-item a:hover .info-b, .ih-item a.active .info-b {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}
.contactNav li a {
	color: #5c5c5c;
}
.contactNav li:hover a {
	color: #cdcdcd;
}
.contactNav li.a:hover {
}
.bc {
	width: 1136px;
	border: 1px dashed #cfcfcf;
	margin: 0px auto;
	background-color: #f6f6f6;
	border-radius: 8px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
.bc-a {
	line-height: 34px;
}
.bc ul {
	float: left;
	padding-left: 120px;
	width: 448px;
}
.mb100 {
	margin-bottom: 100px;
}
.bc p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	padding-left: 26px;
	padding-right: 26px;
}
.bc p:first-child {
	margin-bottom: 25px;
}
.bc-a em {
	color: #f07000;
	font-style: normal;
}
.bc ul li:first-child {
	color: #333;
	font-size: 16px;
	line-height: 36px;
}
.bc-a ul li:first-child {
	line-height: 46px;
}
.contactMap {
	position: relative;
}
.contactMap .map_icon {
	position: absolute;
	cursor: pointer;
	width: 200px;
	height: 110px;
	left: 50%;
	top: 50%;
	margin: -55px 0 0 -100px;
	z-index: 2;
}
.contactMap img {
	display: block;
}
.contactMap .map_icon i {
	display: block;
	background: url(../images/pos.png) no-repeat;
	width: 36px;
	height: 45px;
	margin: 0 auto 20px;
	animation: myanimate 0.65s infinite alternate;
	-webkit-animation: myanimate 0.65s infinite alternate;
}
.contactMap .map_icon a {
	display: block;
	border: 2px solid #fff;
	padding: 2px 0;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	border-radius: 5px;
}
 @keyframes myanimate {
 0% {
 transform: translateY(0) scale(1, 1);
}
 100% {
 transform: translateY(15px) scale(0.9, 0.9);
}
}
 @-webkit-keyframes myanimate {
 0% {
 transform: translateY(0) scale(1, 1);
}
 100% {
 transform: translateY(15px) scale(0.9, 0.9);
}
}
.cont-map-box {
	position: fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	top: 50%;
	bottom: 50%;
	overflow: hidden;
	z-index: 110;
	width: 100%;
	transition: 1s all;
	-webkit-transition: 1s all
}
.cont-map-box.open {
	bottom: 0px;
	top: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.cont-map-box .close1 {
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	width: 50px;
	height: 50px;
	background: #7A7575;
	z-index: 2;
}
.cont-map-box .close1 i {
	width: 50px;
	height: 50px;
	background: url(../images/x2.gif) center no-repeat;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.cont-map-box .close1:hover i {
	transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
}
.cont-map-box iframe {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*新闻详情页*/

.page-news-content-bg {
	height: auto;
}
.page-news-content-bg img {
	max-width: 100%;
}
.page-news-path {
	font-size: 16px;
	line-height: 1;
	padding-top: 44px;
	padding-bottom: 34px;
	border-bottom: 1px solid #e5e5e5;
	color: #555;
	position: relative;
}
.page-news-path a {
	color: #555;
}
.page-news-path a.last {
	color: #e96d00;
}
.page-news-path .page-news-share {
	width: 200px;
	height: 40px;
	background: url(../images/icon-share.png) center right no-repeat;
	position: absolute;
	right: 0;
	top: 30px;
}
.page-news-path .page-news-share a {
	float: left;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	text-indent: -999em;
}
.page-news-title {
	font-size: 22px;
	line-height: 1;
	color: #333;
	text-align: center;
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 20px;
}
.page-news-date {
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #9e9e9e;
	margin-bottom: 50px;
}
.page-news-date span {
	margin-left: 20px;
}
.page-news-content-box {
	font-size: 14px;
	line-height: 24px;
	color: #656565;
	margin-bottom: 2%;
}
/*招贤纳士*/

.recruit-box {
	background-color: #f6f6f6;
	padding: 20px 70px;
	margin-bottom: 50px;
}
.recruit-item {
	height: 62px;
	line-height: 62px;
	border-bottom: 1px solid #e0e0e0;
}
.recruit-item a {
	display: block;
	color: #555;
	font-size: 14px;
}
.recruit-item div {
	float: left;
	text-align: left;
}
.recruit-item .recruit-a {
	width: 400px;
}
.recruit-item .recruit-b {
	width: 250px;
	color: #777;
}
.recruit-item .recruit-c {
	width: 250px;
	color: #777;
}
.recruit-item .recruit-d {
	width: 142px;
	text-align: right;
	color: #999;
}
.recruit-box .page-more {
	margin-top: 30px;
	margin-bottom: 10px;
}
.loading-indicator {
	width: 100px;
	margin: 10px auto;
	text-align: center;
	clear: both;
}
.loader-dot {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 16px;
	height: 16px;
	margin: 15px 3px;
	-webkit-animation: bouncedelay 1400ms infinite cubic-bezier(.42, 0, .58, 1) both;
	-moz-animation: bouncedelay 1400ms infinite cubic-bezier(.42, 0, .58, 1) both;
	-o-animation: bouncedelay 1400ms infinite cubic-bezier(.42, 0, .58, 1) both;
	animation: bouncedelay 1400ms infinite cubic-bezier(.42, 0, .58, 1) both;
	border-radius: 10px;
	background: #a6a6a6;
}
.loader-dot:nth-child(1) {
	-webkit-animation-delay: -320ms;
	animation-delay: -320ms;
}
.loader-dot:nth-child(2) {
	-webkit-animation-delay: -160ms;
	animation-delay: -160ms;
}
 @-webkit-keyframes bouncedelay {
 0%, 100%, 80% {
 -webkit-transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
}
}
 @keyframes bouncedelay {
 0%, 100%, 80% {
 transform: scale(0);
}
 40% {
 transform: scale(1);
}
}
/*公司简介页面*/

.about, .cultrue, .advantage {
	width: 1200px;
	margin: 0px auto;
}
.about {
	margin-top: 0;
	min-height: 550px;
	margin-bottom: 80px;
	position: relative;
}
.about-txt p {
	padding-right: 535px;
	line-height: 26px;
	font-size: 14px;
	color: #343434;
	/**text-align: justify;**/
	text-indent: 2em;
	/**box-sizing: border-box;**/
}
.about-txt p.last {
	padding-right: 0;
}
.about-txt img {
/*
	position: absolute;
	right: 45px;
	top: 10px;
	-webkit-box-shadow: 0px 0px 8px #e7e7e7;
	z-index: 2;
	box-shadow: 0px 0px 8px #e0e0e0;*/
}
.about-txt .about-img{
	position: absolute;
	right: 45px;
	top: 10px;
	z-index: 2;
}
.about-txt .about-img a {
display: block;
    color: #333;
    margin-top: 30px;
}
@media screen and (max-width: 600px) {
.about-txt img {
}
}
.about-title {
	font-size: 24px;
	line-height: 1;
	padding: 25px 45px;
	color: #5e5e5e;
}
.about-p {
	border: 1px solid #eaeaea;
	padding: 35px 45px;
}
.cultrue {
	padding-bottom: 70px;
}
.cultrue-title {
	font-size: 24px;
	line-height: 1;
	color: #5e5e5e;
	padding-top: 75px;
	padding-bottom: 70px;
	text-align: center;
}
.cultrue-box {
	position: relative;
	color: #2f2f2f;
	height: 546px;
	background: url(../images/culture_bg.jpg) center center no-repeat;
}
.cultrue-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 32px;
}
.cultrue-box p {
	font-size: 16px;
	line-height: 32px;
}
.cultrue-box div {
	position: absolute;
}
.cultrue-box .cultrue-a {
	top: 60px;
	left: 70px;
	text-align: left;
}
.cultrue-box .cultrue-b {
	top: 355px;
	left: 70px;
	text-align: left;
}
.cultrue-box .cultrue-c {
	top: 60px;
	right: 70px;
	text-align: right;
}
.cultrue-box .cultrue-d {
	top: 355px;
	right: 70px;
	text-align: right;
}
.cultrue-box .cultrue-all {
	top: 200px;
	left: 510px;
	text-align: center;
}
.cultrue-box .cultrue-all h3 {
	font-size: 36px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 10px;/* letter-spacing: 50px; *//* text-align: center; */
}
.cultrue-box .cultrue-all p {
	font-size: 18px;
	color: #fff;
	text-indent: 4px;
}
.advantage {
	margin-top: 50px;
	margin-bottom: 80px;
}
.advantage-txt {
	position: relative;
}
.advantage-txt img {
	position: absolute;
	top: 25px;
	left: 30px;
	display: block;
	width: 648px;
	height: 266px;
	box-shadow: 0px 0px 12px #d8d8d8;
}
.advantage-box {
	border: 1px solid #eaeaea;
	padding: 20px 105px 40px 0px;
	height: 180px;
	font-size: 16px;
	line-height: 36px;
	color: #383838;
}
.advantage-box ul {
	float: right;
}
.advantage-title {
	font-size: 24px;
	line-height: 1;
	padding: 25px 150px;
	color: #5e5e5e;
	text-align: right;
}
.advantage-box li {
	padding-left: 34px;
	background: url(../images/icon-r.jpg) left center no-repeat;
}
.honors {
	height: 362px;
	padding-top: 50px;
	background: url(../images/profile_bg1.jpg) center center no-repeat;
}
.honors .list_grid {
	margin-top: 0;
}
.wrap_honors {
	width: 1200px!important;
}
.wrap_honors ul li p.list_photo {
	width: 240px!important;
}
.wrap_honors ul li a, .wrap_honors ul li div {
	display: block;
	position: absolute;
	width: 210px;
	margin-top: -15px;
	padding: 10px 15px 20px;
	min-height: 102px;
	background: url(../images/bg_list_blink2.png) no-repeat left top;
	border-right: 0px;
	border-bottom: 0px;
}
.wrap_honors ul li a &gt; span, .wrap_honors ul li div &gt; span {
	background: none;
}
.wrap_honors ul li a strong.a, .wrap_honors ul li div strong.a, .wrap_honors ul li a em, .wrap_honors ul li div em, .wrap_honors ul li a &gt; span.a, .wrap_honors ul li div &gt; span.a {
	color: #fff;
}
.wrap_honors .nav_box_black {
	margin-top: 20px;
}
.wrap_honors ul li:hover .a {
	color: #fff;
}
.honors-a {
	padding-top: 0;
	height: 290px;
	background: url(../images/profile_bg2.jpg) center center no-repeat;
}
.honors-title {
	font-size: 24px;
	line-height: 1;
	padding-top: 50px;
	padding-bottom: 35px;
	text-align: center;
	color: #fff;
}
.wrap_honors_a ul li {
	font-size: 14px;
	line-height: 34px;
	height: 102px!important;
	min-height: 102px!important;
	color: #fff;
	text-align: center;
}
.wrap_honors_a .nav_roll {
	margin-top: 25px;
}
/*HR服务*/

.left-nav {
	float: left;
	margin-top: 25px;
	width: 22%;
}
.left-nav .nav-item {
	display: block;
	border-bottom: solid 1px #e5e5e5;
}
.left-nav .nav-item li {
	font-size: 14px;
	line-height: 30px;
	border-left: 45px solid #ddd;
	padding-left: 15px;
}
.left-nav .nav-item li a {
	color: #454545;
}
.left-nav .nav-item p {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #3f3f3f;
	font-size: 16px;
	line-height: 40px;
	padding-left: 15px;
	border-left: 45px solid #e5e5e5;
	cursor: pointer;
	position: relative;
}
.left-nav .nav-item p a {
	color: #3f3f3f;
}
.left-nav a.nav-item p .icon-r {
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -5.5px;
 *margin-top: -13px;
	width: 6px;
	height: 11px;
	background: url(../images/arrow-r.png) center center no-repeat;
	transition: all 0.2s;
}
.left-nav div.nav-item p .icon-r {
	position: absolute;
	top: 50%;
	left: -27.5px;
	margin-top: -3px;
 *margin-top: -11px;
	width: 11px;
	height: 6px;
	background: url(../images/arrow-rd.png) center center no-repeat;
}
.left-nav a.on p {
	color: #fe7700;
	font-size: 16px;
	line-height: 40px;
	padding-left: 15px;
	border-left: 45px solid #fe7700;
}
.left-nav div.on p {
	color: #fe7700;
	font-size: 16px;
	line-height: 40px;
	padding-left: 15px;
	border-left: 45px solid #fe7700;
}
.left-nav div.on p a {
	color: #fe7700;
}
.left-nav a.on p .icon-r {
	position: absolute;
	left: -26px;
	top: 50%;
	margin-top: -9px;
 *margin-top: -19px;
	width: 10px;
	height: 18px;
	background: url(../images/arrow_r.png) center center no-repeat;
}
.left-nav div.on p .icon-r {
	position: absolute;
	left: -31px;
	top: 50%;
	margin-top: -5px;
 *margin-top: -13px;
	width: 18px;
	height: 10px;
	background: url(../images/arrow_rd.png) center center no-repeat;
}
.right-content {
	float: right;
	width: 76%;
	margin-top: 25px;
}
.right-content h2.content-title {
	font-size: 20px;
	color: #242424;
	line-height: 1;
	padding-top: 0px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 400;
}
.right-content h2.content-title span {
	color: #666;
	font-size: 12px;
	float: right;
	line-height: 35px;
}
.right-content-box {
	padding-top: 40px;
	font-size: 14px;
	color: #555;
}
.search-box {
	margin-top: -20px;
	padding-left: 200px;
	margin-bottom: 35px;
}
.search-box .search-icon {
	font-size: 18px;
	line-height: 36px;
	display: inline-block;
 * display: inline;
	zoom: 1;
	color: #666;
	margin-right: 4px;
	vertical-align: middle;
}
.search-box .search-btn {
	display: inline-block;
 * display: inline;
	zoom: 1;
	border: 1px solid #aaa;
	cursor: pointer;
	color: #666;
	width: 60px;
	padding-left: 20px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 4px;
	margin-left: 18px;
	vertical-align: middle;
	background: url(../images/icon-search.jpg) 15px 50% no-repeat;
}
/*.select2{
    margin-left: 22px;
}*/

.local-box {
	margin-bottom: 50px;
}
.local-item {
	width: 1168px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin: 0px auto 25px;
}
.local-item p {
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.local-item p span, .local-item p i {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.local-item p i {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #e1e1e1;
}
.local-item.on p i {
	border-top: 12px solid #e1e1e1;
	border-bottom: 0;
}
.local-item .bc {
	display: none;
}
.local-item .bc li.last {
	padding-left: 70px;
}
.local-item .bc li.last span {
	margin-left: -70px;
}
.left-contact {
	border: 1px solid #dcdcdc;
	width: 100%;
	margin-top: 26px;
	position: relative;
}
.left-contact img {
	max-width: 100%;
}
.left-contact a {
	display: block;
	width: 77px;
	height: 26px;
	background-color: #ef7b32;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	position: absolute;
	right: 23px;
	bottom: 26px;
}
/*page*/
.page {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 0;
	margin-top: 2%;
	margin-bottom: 2%;
}
.page a:hover, .page a.active {
	background-color: #fea800;
	color: #fff;
}
.page a {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	width: 30px;
	height: 30px;
	font-size: 14px;
	color: #2f2f2f;
	line-height: 30px;
	text-align: center;
	background-color: #e5e5e5;
	margin: 0 6px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
}
/*手机头部*/
#m-hd {
	display: none;
}
#m-hd {
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
	top: 0px;
	right: 0px;
	background-color: #ef7b32;
}
#m-hd img {
	height: 35px;
	padding: 10px 0 0 10px;
}
.m-trigger {
	position: absolute;
	top: 0;
	right: 10px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	cursor: pointer;
	background: url(../images/menu_add.png) center center no-repeat;
	-webkit-background-size: 50px;
	background-size: 25px;
	height: 50px;
}
.m-nav {
	z-index: 60;
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0;
	/*	background: url(../images/alpha_black_70.png) repeat;*/
	text-align: center;
	display: none;
	overflow: inherit;
	z-index: 9999999;
	background-color: #c86629;
}
.m-nav li {
	border-bottom: 1px solid #da7332;
	width: 100%;
}
.m-nav a {
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #cfdbe8;
	font-size: 14px;
	border-bottom: 1px solid #da7332;
}
.m-nav a:hover, .m-nav a:active {
	color: #fff;
}
#maina {
	margin-left: 256px;
	overflow: hidden;
}
.frt {
	display: inline;
	float: right;
	padding-right: 10%;
	line-height: 32px;
	margin-top: 8px;
}
.hezuoq {
	width: 100%;
	margin-top: 60px;
}
.hezuoq ul {
	padding-left: 3%;
	padding-right: 3%;
}
.hezuoq ul li {
	float: left;
	width: 17.8%;
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 1%;
	border: solid 1px #ccc;
}
.hezuoq ul li img {
	/*	padding: 5px;*/
	width: 100%;
}
.smalllogo {
	float: left;
}
.uop {
	float: right;
	color: #666;
	line-height: 30px;
}
#licheng p {
	margin: 0px;
	padding: 0px;
	text-indent: inherit;
}
#renzhe {
	float: left;
	overflow: hidden;
	margin-bottom: 2%;
}
#renzhe p {
	margin: 0px;
	padding: 0px;
	text-indent: inherit;
}
#renzhe img {
	position: inherit;
	width: 31.333%;
	float: left;
	padding-right: 2%;
	overflow: hidden;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.honer2 {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}
.honer2 li {
	float: left;
	width: 33.33%;
	height: auto;
	text-align: center;
	line-height: 30px;
	margin-bottom: 3%;
	font-size: 14px
}
.honer2 li a {
	display: block;
	color: #555;
	padding-left: 15px;
	padding-right: 15px
}
.honer2 li a:hover {
	color: #ef7b32;
filter:alpha(opacity:60);
	opacity: 0.6;
}
.honer2 li img {
	width: 100%;
	height: auto;
}
#jhkj {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2%;
}
/*s_product*/
.s_product {
	width: 100%;
	float: left;
}
.s_producth {
	width: 100%;
	float: left;
}
.s_product_a {
	text-align: center;
	width: 55%;
	float: left;
}
.s_product_a img {
	max-width: 100%;
	border: solid 1px #ccc;
}
.s_product_b {
	text-align: left;
	padding-left: 2%;
	width: 42%;
	float: right;
	margin-bottom: 10px;
}
.s_product_b h1 {
	font-size: 16px;
}
.s_product_b h2 {
	margin-top: 5%;
}
.product-detail {
	margin-top: 36px;
	float: left;
	width: 100%;
}
.product-title {
	border: 1px solid #dcdcdc;
	height: 57px;
	line-height: 57px;
	overflow: hidden;
	margin-bottom: 40px;
}
.product-title h4 {
	float: left;
	width: 190px;
	/*    border-right: 1px solid #dcdcdc;
*/    height: 54px;
	border-bottom: 4px solid #ef7b32;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.prod-bdsharebuttonbox {
	float: right;
	margin: 15px 15px 0 0;
	text-align: right;
}
.product-details {
	padding: 0 0 40px;
}
 @media only screen and (max-width:1200px) {
.page-news-title {
	padding-left: 15px;
	padding-right: 15px;
}
.page-news-date {
	padding-left: 15px;
	padding-right: 15px;
}
.page-news-content-box {
	padding-left: 15px;
	padding-right: 15px;
}
.about, .cultrue, .advantage {
	width: 100%;
	float: left;
	overflow: hidden;
}
.subnav-box {
	padding-left: 15px;
	padding-right: 15px;
}
.page-box {
	width: 100%;
}
.news-list {
	width: 100%;
}
.hs-wrap {
	width: 100%;
}
.wrap_logo {
	width: 100%;
}
.map_grid {
	width: 100%;
}
.hs-wrap1182 {
	width: 100%;
}
.wrap_list {
	width: 100%;
}
#wrapper {
	width: 100%;
}
.wrap_list ul li a, .wrap_list ul li div {
	width: 100%;
}
.wrap_list.type03 {
	width: 100%;
}
.wrap_list.type03 ul li a, .wrap_list.type03 ul li div {
	width: 91%;
}
.wrap_list ul li a &gt; span.ie7, .wrap_list ul li div &gt; span.ie7 {
	background: url(../images/dot-r.png) no-repeat 80% 95%;
}
#uiop ul li p.list_photo {
	height: auto;
}
.left-nav {
	width: 20%;
}
.right-content {
	width: 79%;
}
.right-content h2.content-title span {
	padding-right: 2%;
}
}
 @media only screen and (max-width:800px) {
.product-title {
	margin-left: 15px;
	margin-right: 15px;
}
.product-details {
	margin-left: 15px;
	margin-right: 15px;
}
.left-nav {
	width: 100%;
}
.right-content {
	width: 100%;
}
.s_producth {
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
}
.right-content h2.content-title {
	text-indent: 20px;
}
.honer2 li {
	width: 50%;
}
.about-txt {
	padding-left: 15px;
	padding-right: 15px;
}
.about-txt p {
	padding-right: 0px;
}
.about-txt img {
	position: inherit;
	margin: auto;
	width: 100%;
}
.about-txt .about-img {
	position: inherit;
	margin: auto;
	width: 100%;
}
.news-list li {
	width: 50%;
}
#m-hd {
	display: block;
}
#head {
	display: none;
}
.footer-nav a {
	line-height: 35px;
}
.footer-copyright {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 35px;
	height: auto;
}
.hs-wrap650 {
	width: auto;
}
.wrap_list.type03 ul li p.list_photo {
	width: auto;
	height: auto;
}
}
 @media only screen and (max-width:640px) {
.s_product_a img {
	width: 100%;
	border: none;
}
.s_producth {
	margin-left: 15px;
	margin-right: 15px;
}
.s_product_b {
	width: 100%;
	padding: 0px;
	margin-top: 2%;
}
.s_product_a {
	width: 100%;
}
.product-title {
	margin-left: 15px;
	margin-right: 15px;
}
.product-details {
	margin-left: 15px;
	margin-right: 15px;
}
.right-content h2.content-title {
	text-indent: 20px;
}
.thumbnail &gt; img, .thumbnail a &gt; img {
	margin: auto;
	width: 100%;
}
.col-md-4 {
	width: 100%;
}
.left-nav {
	width: 100%;
}
.right-content {
	width: 100%;
}
.honer2 li {
	width: 100%;
}
.subnav-box {
	margin-top: 2%;
}
.svg-wrapper:hover .text a, .svg-wrapper.active .text a {
	color: #fff;
}
.svg-wrapper:hover .shape, .svg-wrapper.active .shape {
	display: none;
}
.svg-wrapper {
	border-bottom: solid 1px #fff;
	background-color: #f09459;
	color: #fff;
	margin: 0px;
}
.news-list li {
	width: 100%;
}
.wrap_list ul li {
	width: 100%;
}
#uiop ul li p.list_photo {
	height: 165px;
}
.svg-wrapper {
	width: 100%;
}
.uop {
	width: 100%;
	text-align: center;
}
}
 @media only screen and (max-width:500px) {
.frt {
	padding-right: 17%;
}
}
.man-center {
	background-color: #ef7b32;
	height: 95px;
}
 @media only screen and (max-width:1200px) {
.man-center {
	background-color: #ef7b32;
	height: auto;
}
}

.page-news-content-box img{max-width:100%;}

 @media only screen and (max-width:640px) {


.about img{max-width:80%;margin-top:10px;}}</pre></body></html>